projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ba5f74
)
rockchip: Also load the initrd below 512M
author
Sjoerd Simons
<
[email protected]
>
Fri, 18 Sep 2015 21:49:11 +0000
(23:49 +0200)
committer
Simon Glass
<
[email protected]
>
Tue, 1 Dec 2015 15:07:22 +0000
(08:07 -0700)
Similar to load an fdt, when loading an initrd about the 512Mb mark
things seem to break. For now force loading below 512Mb until the reason
why this fails has been determined/solved.
Signed-off-by: Sjoerd Simons <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
include/configs/rk3288_common.h
patch
|
blob
|
history
diff --git
a/include/configs/rk3288_common.h
b/include/configs/rk3288_common.h
index 4f30fcef37baa47cbdaa2efed13ab3d6900a26c8..56f72a97731eb1a5718195bf4d4b770decfc5373 100644
(file)
--- a/
include/configs/rk3288_common.h
+++ b/
include/configs/rk3288_common.h
@@
-108,6
+108,7
@@
* limit the fdt reallocation to that */
#define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_high=0x1fffffff\0" \
+ "initrd_high=0x1fffffff\0" \
ENV_MEM_LAYOUT_SETTINGS \
BOOTENV
#endif